'Declaration Public Function FindItem( _
ByVal locationРасположение на объекте.As System.Windows.Point _
) As T
public T FindItem(
System.Windows.Point location
)
public: T* FindItem(
System.Windows.Point location
)
public:
T^ FindItem(
System.Windows.Point location
)
Parameters
- location
- Расположение на объекте.
Return Value
Найденный объект или null, если объект не найден.